projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1866aa9
)
rendernodeparser: fix typo
author
Timm Bäder
<mail@baedert.org>
Sat, 13 Jul 2019 09:12:47 +0000
(11:12 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sat, 13 Jul 2019 09:12:47 +0000
(11:12 +0200)
gsk/gskrendernodeparser.c
patch
|
blob
|
history
diff --git
a/gsk/gskrendernodeparser.c
b/gsk/gskrendernodeparser.c
index 2b35dc7cb21139271ab110107dcfaf27bb9d8088..4e8a337048506461bb1b0c5198da762c396f48af 100644
(file)
--- a/
gsk/gskrendernodeparser.c
+++ b/
gsk/gskrendernodeparser.c
@@
-817,7
+817,7
@@
parse_container_node (GtkCssParser *parser)
token = gtk_css_parser_get_token (parser))
{
node = NULL;
- /* We don't wan
d
a semicolon here, but the parse_node function will figure
+ /* We don't wan
t
a semicolon here, but the parse_node function will figure
* that out itself and return an error if we encounter one.
*/
gtk_css_parser_start_semicolon_block (parser, GTK_CSS_TOKEN_OPEN_CURLY);